home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / torrent / BitTorrent.exe / gtkrc < prev    next >
Encoding:
Text File  |  2004-09-27  |  602 b   |  23 lines

  1. # TODO: we should probably obtain these from a Win32 IconMetrics struct
  2. gtk-icon-sizes="gtk-menu=12,12:gtk-small-toolbar=12,12:gtk-large-toolbar=16,16:gtk-dnd=32,32"
  3. gtk-button-images=0
  4.  
  5. style "msw-default"
  6. {
  7.   GtkWidget::interior_focus = 1
  8.   GtkOptionMenu::indicator_size = { 9, 5 }
  9.   GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
  10.   GtkMenuBar::shadow-type = none
  11.   GtkToolbar::shadow-type = etched-in
  12.   GtkHandleBox::shadow-type = none
  13.   GtkSpinButton::shadow-type = in
  14.  
  15.   GtkTreeView::allow-rules = 0
  16.   GtkTreeView::expander_size = 11
  17.   
  18.   engine "wimp" 
  19.   {
  20.   }
  21. }
  22. class "*" style "msw-default"
  23.